


h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ed5a51;

}



.countdown {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    left: -200px;
    margin-left: 250px;
}

.countdown div {
    padding: 15px 0;
    text-align: center;
    border-right: solid 2px #000;

}

.countdown div:last-child {
    border-right: none;
}

.countdown div p {
    font-weight: 600;
    font-size: 3rem;
    color: #ed5a51;
    
}

.countdown div span {
    color: #a49fa1;
    font-weight: 300;
}

.notify h2 {
    color: #a49fa1;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.form-not {
    display: flex;
    justify-content: center;
    align-items: center;
}











/* *************************temporizador**************** */




.countdown-2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    left: -200px;
    margin-left: 250px;
}

.countdown-2 div {
    padding: 15px 0;
    text-align: center;
    border-right: solid 2px #000;
}

.countdown-2 div:last-child {
    border-right: none;
}

.countdown-2 div p {
    font-weight: 600;
    font-size: 3rem;
    color: #ed5a51;
}

.countdown-2 div span {
    color: #a49fa1;
    font-weight: 300;
}

.notify h2 {
    color: #a49fa1;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.form-not {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h5{

    color: #a49fa1;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
    font-size: 1.5rem;

}
















@media screen and (max-width: 767px) {


h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ed5a51;

}



.countdown {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: 0px
}

.countdown div {
    padding: 15px 0;
    text-align: center;
    border-right: solid 2px #000;
}

.countdown div:last-child {
    border-right: none;
}

.countdown div p {
    font-weight: 600;
    font-size: 3rem;
    color: #ed5a51;
}

.countdown div span {
    color: #a49fa1;
    font-weight: 300;
}

.notify h2 {
    color: #a49fa1;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.form-not {
    display: flex;
    justify-content: center;
    align-items: center;
}











/* *************************temporizador**************** */




.countdown-2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: 0px
}

.countdown-2 div {
    padding: 15px 0;
    text-align: center;
    border-right: solid 2px #000;
}

.countdown-2 div:last-child {
    border-right: none;
}

.countdown-2 div p {
    font-weight: 600;
    font-size: 3rem;
    color: #ed5a51;
}

.countdown-2 div span {
    color: #a49fa1;
    font-weight: 300;
}

.notify h2 {
    color: #a49fa1;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.form-not {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h5{

    color: #a49fa1;
    text-align: center;
    margin: 30px 0;
    margin-bottom: 20px;
    font-size: 1.5rem;

}
}